{
	"info": {
		"_postman_id": "1dba60cc-a5b3-4002-af2d-110cddd89797",
		"name": "AstroBeans B2B Api Services",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "310024"
	},
	"item": [
		{
			"name": "Panchang",
			"item": [
				{
					"name": "Panchang",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"date\":\"2026-04-05\",\n    \"address\":\"Indore Madhya Pradesh India\",\n    \"latitude\":\"23.2599333\",\n    \"longitude\":\"82.9739144\",\n    \"language\":\"hindi\"  //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/panchang/v1/detail",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"panchang",
								"v1",
								"detail"
							]
						}
					},
					"response": []
				},
				{
					"name": "Festival List",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    // \"from_date\":\"2026-04-05\", //optional\n    // \"to_date\":\"2026-04-05\",  //optional\n    \"year\":2027,  //optional\n    \"month\":2,  //optional\n    \"language\":\"hindi\"  //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/panchang/v1/festivals",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"panchang",
								"v1",
								"festivals"
							]
						}
					},
					"response": []
				}
			],
			"description": "From here you can request daily panchang and hindu festival list"
		},
		{
			"name": "Horoscope",
			"item": [
				{
					"name": "Daily Horoscope",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"date\":\"2026-02-05\",  //optinal by deault todays date auto picked\n    \"sign\":\"aries\",\n    \"language\":\"hindi\"  //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/horoscope/v1/daily",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"horoscope",
								"v1",
								"daily"
							]
						}
					},
					"response": []
				},
				{
					"name": "Weekly Horoscope",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"date\":\"2026-02-09\",  //optinal by deault current week date auto picked\n    \"sign\":\"aries\",\n    \"language\":\"hindi\"  //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/horoscope/v1/weekly",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"horoscope",
								"v1",
								"weekly"
							]
						}
					},
					"response": []
				},
				{
					"name": "Monthly Horoscope",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"month\":\"2\",  //optinal by deault current month auto picked\n    \"year\":\"2026\",  //optinal by deault current auto picked\n    \"sign\":\"aries\",\n    \"language\":\"hindi\"  //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/horoscope/v1/monthly",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"horoscope",
								"v1",
								"monthly"
							]
						}
					},
					"response": []
				},
				{
					"name": "Yearly Horoscope",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"year\":\"2026\",  //optinal by deault current auto picked\n    \"sign\":\"aries\",\n    \"language\":\"hindi\"  //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/horoscope/v1/yearly",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"horoscope",
								"v1",
								"yearly"
							]
						}
					},
					"response": []
				},
				{
					"name": "Horoscope by Date",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"date\":\"2026-02-04\",  //optinal by deault todays date auto picked\n    \"language\":\"hindi\"  //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/horoscope/v1/horoscope_by_date",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"horoscope",
								"v1",
								"horoscope_by_date"
							]
						}
					},
					"response": []
				}
			],
			"description": "From here you can request daily/weekly/monthly/yearly horoscopes"
		},
		{
			"name": "Astrology Apis",
			"item": [
				{
					"name": "Basic Kundli",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\"  //hindi,english\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/basic-kundli",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"basic-kundli"
							]
						}
					},
					"response": []
				},
				{
					"name": "Full Kundli",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"hindi\" //hindi,english\n}\n\n\n// {\n//   \"name\": \"roshni kacha\",\n//   \"birthdate\": \"1995-11-18\",\n//   \"birthtime\": \"12:15\",\n//   \"latitude\": 23.2599333,\n//   \"longitude\": 82.9739144,\n//   \"gender\": \"Female\",\n//   \"address\": \"Varanasi, Uttar Pradesh, India\",\n//   \"language\": \"english\"\n// }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/full-kundli",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"full-kundli"
							]
						}
					},
					"response": []
				},
				{
					"name": "Kundli Remedies & Report",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\" //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/kundli-remedies-report",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"kundli-remedies-report"
							]
						}
					},
					"response": []
				},
				{
					"name": "Rashi Sign",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\" //hindi,english\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/rashi-sign",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"rashi-sign"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lucky Info",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\", //hindi,english\n  \"type\": [\"lucky_day\", \"lucky_number\",\"lucky_color\",\"name_number\",\"lucky_planet\",\"mantra\"]  //you can pass all this value or any one\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/lucky-info",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"lucky-info"
							]
						}
					},
					"response": []
				},
				{
					"name": "Dasha Report",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\"   //hindi,english\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/dasha-report",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"dasha-report"
							]
						}
					},
					"response": []
				},
				{
					"name": "Dasha on Date",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\",   //hindi,english\n  \"target_date\": \"2045-05-12\"\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/dasha-on-date",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"dasha-on-date"
							]
						}
					},
					"response": []
				},
				{
					"name": "Numerology Report",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\"  //hindi,english\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/numerology-report",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"numerology-report"
							]
						}
					},
					"response": []
				},
				{
					"name": "Match Making",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"male_name\": \"Ashutosh Gupta\",\n    \"male_gender\": \"Male\",\n    \"male_birthdate\": \"2002-02-12\",\n    \"male_birthtime\": \"21:15\",\n    \"male_latitude\": 23.2599333,\n    \"male_longitude\": 82.9739144,\n    \"male_address\": \"Varanasi, Uttar Pradesh, India\",\n\n    \"female_name\": \"roshni kacha\",\n    \"female_gender\": \"Female\",\n    \"female_birthdate\": \"1995-11-18\",\n    \"female_birthtime\": \"12:15\",\n    \"female_latitude\":23.2599333,\n    \"female_longitude\": 82.9739144,\n    \"female_address\": \"Varanasi, Uttar Pradesh, India\",\n    \"language\": \"english\" //hindi,english\n  }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/match-making",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"match-making"
							]
						}
					},
					"response": []
				},
				{
					"name": "Mangal Dosh Calculate",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\"   //hindi,english\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/mangal-dosh-calculate",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"mangal-dosh-calculate"
							]
						}
					},
					"response": []
				},
				{
					"name": "Kaalsarp Dosh Calculate",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Merchant-Id",
								"value": "123456",
								"type": "text"
							},
							{
								"key": "API-Key",
								"value": "54511asd16s465465654",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"ashutosh gupta\",\n  \"birthdate\": \"2002-02-12\",\n  \"birthtime\": \"21:15\",\n  \"latitude\": 23.2599333,\n  \"longitude\": 82.9739144,\n  \"gender\": \"Male\",\n  \"address\": \"Varanasi, Uttar Pradesh, India\",\n  \"language\": \"english\"   //hindi,english\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.astrobeans.com/kundli/v1/kaalsarp-dosh-calculate",
							"protocol": "https",
							"host": [
								"api",
								"astrobeans",
								"com"
							],
							"path": [
								"kundli",
								"v1",
								"kaalsarp-dosh-calculate"
							]
						}
					},
					"response": []
				}
			],
			"description": "From here you can create\n\n- Basic kundli\n    \n- Full kundli with charts and dasha\n    \n- Match Making\n- Get Rashi\n- Numerology\n- Manglik and Kaal Shapr dosh\n- Lucky day , metal, planet, color info\n- Mahadasha and Antra and Pratyantar dasha calculate"
		},
		{
			"name": "health",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Merchant-Id",
						"value": "123456",
						"type": "text"
					},
					{
						"key": "API-Key",
						"value": "54511asd16s465465654",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api.astrobeans.com/health",
					"protocol": "https",
					"host": [
						"api",
						"astrobeans",
						"com"
					],
					"path": [
						"health"
					]
				}
			},
			"response": []
		}
	]
}